2014-03-07 - 6474 - Spec - SNC LSMW For Phase Master for Work Orders #SNCProject #ABAPLSMW #ABAPSNC

SPECIFICATIONS

6474 - Spec - SNC - Program (LSMW) to create Phase Master for Work Orders

Purpose


Write a Program to create Phase Master Data in SNC.

Admin Info


Purpose
Program to create Phase Master for Work Orders
Requested By
Rahul Attarde
Spec Created By
Adithya
Spec Created Date
03/27/2014
Spec QA by
Adithya
Objects
ZPHASEMASTER
Document Status
Complete

References


Prior Tickets

N/A

Documents

N/A

Functional Requirement


Create a program to mass create phase master data in SND.
Perform Recording on the T.Code /SCA/MFGCFG, the program has to be fed by a file to make the entries. This would be a background Job.

Solution Summary


[Discuss this section with Requester and get approval prior to beginning work]
Create LSMWs for all the Elements of the T.Code : /SCA/MFGCFG.
Which are:
1. General Setting for Work Order Creation.
2. Phase Structures.
3. Phases
4. Master Data Assignment.

In Recording it is not possible to go in to Phase Structures, Phases & Master Data Assignment. Hence Recording is being done on their Views.

1. General Setting for Work Order Creation:
2. Phase Structure: /SCA/VPHASE
3. Phases :
4. Master Data Assignment: /SCA/ASSIGN

Create LSMW Recording for all the above: and put it in to a Program.

Alternatively

The Input File is as attached:
PHASE1.txt

Test Plan

[List test scenarios/cases to be executed here]

Test Scenario
Expected Results
1
Run the Program with the attached file.
Verify the entries in the T.Code : /SCA/VPHASE

Solution Details


[Provide complete technical details for configuration or programming here]
This is a Background Job.

Issues